Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
account_import_clearance
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jenck
account_import_clearance
Commits
81e428d7
Commit
81e428d7
authored
2 years ago
by
Uriel Mayo
Browse files
Options
Downloads
Patches
Plain Diff
[IMP] element in product_type
parent
5b2902dc
No related branches found
Branches containing commit
No related tags found
2 merge requests
!109
7.0 stage
,
!108
[IMP] element in product_type
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
i18n/es_AR.po
+5
-0
5 additions, 0 deletions
i18n/es_AR.po
product.py
+2
-1
2 additions, 1 deletion
product.py
with
7 additions
and
1 deletion
i18n/es_AR.po
+
5
−
0
View file @
81e428d7
...
...
@@ -727,6 +727,11 @@ msgstr "Insumo COVID"
msgid "Hydrocarbon"
msgstr "Hidrocarburo"
#. module: account_import_clearance
#: selection:tariff.position,product_type:0
msgid "Sumptuary"
msgstr "Suntuario"
#. module: account_import_clearance
#: model:res.groups,name:account_import_clearance.group_import_clearance_user
msgid "Importing User"
...
...
This diff is collapsed.
Click to expand it.
product.py
+
2
−
1
View file @
81e428d7
...
...
@@ -70,7 +70,8 @@ class tariff_position(osv.osv):
(
'
consumable_product
'
,
'
Consumable Product
'
),
(
'
pharma_supply
'
,
'
Pharmacist Supply
'
),
(
'
covid_supply
'
,
'
COVID Supply
'
),
(
'
hydrocarbon
'
,
'
Hydrocarbon
'
)
(
'
hydrocarbon
'
,
'
Hydrocarbon
'
),
(
'
sumptuary
'
,
'
Sumptuary
'
)
],
string
=
'
Product Type
'
),
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment