add withholding_tax

This commit is contained in:
Alnus Tmp 2021-08-29 22:24:45 +00:00
parent 207b80ae8c
commit 8b9969fce0
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ class PurchaseShop(ModelSQL, ModelView):
)
partys = fields.Many2Many('purchase.shop_party', 'shop', 'party',
'Partys')
tax = fields.Many2One('account.tax', 'Tax')
withholding_tax = fields.Many2One('account.tax', 'WithholdingTax')
@classmethod
def __register__(cls, module_name):

View File

@ -16,8 +16,8 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
<field name="analytic_root"/>
<label name="analytic_account"/>
<field name="analytic_account"/>
<label name="tax"/>
<field name="tax"/>
<label name="withholding_tax"/>
<field name="withholding_tax"/>
<notebook colspan="4">
<page string="General" id="general">
<label name="purchase_sequence"/>