mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-17 17:58:22 +00:00
feat: add tax_id field to Company model and related forms (#9673)
* feat: add tax_id field to Company model and related forms * Update 0075_company_tax_id.py to fix typo * Update models.py to fix typo * Update tests.py to increment 'column_mappings.count()' to 15 * Update api_version.py
This commit is contained in:
@@ -52,6 +52,7 @@ class CompanyBriefSerializer(InvenTreeModelSerializer):
|
||||
'image',
|
||||
'thumbnail',
|
||||
'currency',
|
||||
'tax_id',
|
||||
]
|
||||
read_only_fields = ['currency']
|
||||
|
||||
@@ -145,6 +146,7 @@ class CompanySerializer(
|
||||
'remote_image',
|
||||
'address_count',
|
||||
'primary_address',
|
||||
'tax_id',
|
||||
]
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user