test: fix tax-code
This commit is contained in:
parent
2dab5b1b43
commit
437f047e44
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class EdocTestCase(ModuleTestCase):
|
||||||
tax, = Taxes.search([('name', '=', '20% VAT')])
|
tax, = Taxes.search([('name', '=', '20% VAT')])
|
||||||
Taxes.write(*[
|
Taxes.write(*[
|
||||||
[tax],
|
[tax],
|
||||||
{'unece_code': 'GST', 'unece_category_code': 'S',
|
{'unece_code': 'VAT', 'unece_category_code': 'S',
|
||||||
'legal_notice': 'Legal Notice'}])
|
'legal_notice': 'Legal Notice'}])
|
||||||
|
|
||||||
account_lst = Account.search([
|
account_lst = Account.search([
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue