Merge pull request #3406 from expsa/applepay_fast_checkout_refactor

[IMP] ensan_sale_management
This commit is contained in:
abdurrahman-saber 2025-06-03 03:46:18 +03:00 committed by GitHub
commit 9523494308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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" />

View File

@ -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"/>