Skip to content
Extraits de code Groupes Projets
Valider b3706859 rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[MIG] Make module installable in v12

parent 9a29ebbc
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -10,22 +10,25 @@ Le Filament - Sales ...@@ -10,22 +10,25 @@ Le Filament - Sales
This module depends upon *sale* module. This module depends upon *sale* module.
This module provides: This module provides:
- Updated quotation tree view to display untaxed amount instead of taxed amount
- Updated sale order tree view to display untaxed amount instead of taxed amount * Updated quotation tree view to display untaxed amount instead of taxed amount
- Updated sale order tree view to display amount that remains to be invoiced * Updated sale order tree view to display untaxed amount instead of taxed amount
* Updated sale order tree view to display amount that remains to be invoiced
Credits Credits
======= =======
Contributors ------------ Contributors
------------
* Benjamin Rivier <benjamin@le-filament.com> * Benjamin Rivier <benjamin@le-filament.com>
* Remi Cazenave <remi@le-filament.com> * Remi Cazenave <remi@le-filament.com>
* Juliana Poudou <juliana@le-filament.com> * Juliana Poudou <juliana@le-filament.com>
Maintainer ---------- Maintainer
----------
.. image:: https://le-filament.com/img/logo-lefilament.png .. image:: https://le-filament.com/img/logo-lefilament.png
:alt: Le Filament :alt: Le Filament
......
# -*- coding: utf-8 -*-
{ {
'name': 'Le Filament - Sales', 'name': 'Le Filament - Sales',
'summary': "Generic Sales views update by Le Filament", 'summary': "Generic Sales views update by Le Filament",
'version': '12.0.1.0',
'version': '10.0.1.0',
'license': 'AGPL-3', 'license': 'AGPL-3',
'description': """
Module Sales Le Filament
This module depends upon *sale* module.
This module provides updated tree views :
- quotation to display untaxed amount instead of taxed amount
- sale order to display untaxed amount instead of taxed amount
- sale order to display amount that remains to be invoiced
""",
'author': 'LE FILAMENT', 'author': 'LE FILAMENT',
'category': 'Sales', 'category': 'Sales',
'depends': ['sale'], 'depends': ['sale'],
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<field name="name">sale.order.form.editable.list</field> <field name="name">sale.order.form.editable.list</field>
<field name="model">sale.order</field> <field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_order_form"/> <field name="inherit_id" ref="sale.view_order_form"/>
<field name="groups_id" eval="[(4, ref('product.group_stock_packaging')), (4, ref('sale.group_mrp_properties'))]"/> <field name="groups_id" eval="[(4, ref('product.group_stock_packaging'))]"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//field[@name='order_line']/tree" position="attributes"> <xpath expr="//field[@name='order_line']/tree" position="attributes">
<attribute name="editable"/> <attribute name="editable"/>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter