This commit is contained in:
oscar alvarez 2023-05-12 16:55:20 -05:00
parent f71478feb6
commit 4bbfa1824c
3 changed files with 5 additions and 3 deletions

View File

@ -351,7 +351,7 @@ class SaleLineKitComponent(ModelSQL, ModelView):
class SaleForceDraft(Wizard):
__name__ = 'account_col.force_draft'
__name__ = 'sale_co.force_draft'
def transition_force_draft(self):
Sale = Pool().get('sale.sale')

View File

@ -1,5 +1,5 @@
[tryton]
version=6.0.35
version=6.0.36
depends:
party
company
@ -12,6 +12,7 @@ depends:
production
analytic_account
production_work
sale_co
account_col
xml:
farming.xml

View File

@ -4,9 +4,10 @@ this repository contains the full copyright notices and license terms. -->
<tree>
<field name="number" expand="1"/>
<field name="customer" expand="1"/>
<!-- <field name="freight_forwader" expand="1"/> -->
<field name="issue_date" expand="1"/>
<field name="currency"/>
<field name="state"/>
<field name="amount_receivable"/>
<field name="amount_for_exchange"/>
<field name="company"/>
</tree>