[IMP] ensan_sale_management
This commit is contained in:
parent
cfbfcd2842
commit
ff3ead714a
|
|
@ -28,7 +28,7 @@
|
|||
'license': 'AGPL-3',
|
||||
'description': """Total Sales and Purchase of the Product""",
|
||||
'version': '14.0.1.0',
|
||||
'depends': ['base','sale_management'],
|
||||
'depends': ['base','ensan_sale_management'],
|
||||
'data': ['views/product_template_view.xml'],
|
||||
'images': ['static/description/banner.png'],
|
||||
'auto_install': False,
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
<field name="model">product.template</field>
|
||||
<field name="inherit_id" ref="product.product_template_only_form_view" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//page[@name='sales']/group[@name='sale']" position="inside">
|
||||
<group name="donor_invoices" string="Donor`s Invoices" colspan="2">
|
||||
<xpath expr="//page[@name='donation']" position="inside">
|
||||
<group name="donor_invoices" colspan="2">
|
||||
<field name='sale_move_line_ids' string="Donor`s Invoices">
|
||||
<tree decoration-success="parent_state in ('posted')">
|
||||
<field name="company_id" invisible="1" />
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
</field>
|
||||
<xpath expr="//page[@name='general_information']" position="after">
|
||||
<page name="bbb" string="Donation" attrs= "{'invisible':[('is_donation','=', False)]}">
|
||||
<page name="donation" string="Donation" attrs= "{'invisible':[('is_donation','=', False)]}">
|
||||
<group>
|
||||
<group>
|
||||
<field name="is_quick_donation"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue