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
0211ad24
Commit
0211ad24
authored
2 years ago
by
Uriel Mayo
Browse files
Options
Downloads
Plain Diff
Merge branch '
JS-329
' into '7.0-stage'
[IMP] element in product_type See merge request
!108
parents
5b2902dc
81e428d7
No related branches found
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 @
0211ad24
...
@@ -727,6 +727,11 @@ msgstr "Insumo COVID"
...
@@ -727,6 +727,11 @@ msgstr "Insumo COVID"
msgid "Hydrocarbon"
msgid "Hydrocarbon"
msgstr "Hidrocarburo"
msgstr "Hidrocarburo"
#. module: account_import_clearance
#: selection:tariff.position,product_type:0
msgid "Sumptuary"
msgstr "Suntuario"
#. module: account_import_clearance
#. module: account_import_clearance
#: model:res.groups,name:account_import_clearance.group_import_clearance_user
#: model:res.groups,name:account_import_clearance.group_import_clearance_user
msgid "Importing User"
msgid "Importing User"
...
...
This diff is collapsed.
Click to expand it.
product.py
+
2
−
1
View file @
0211ad24
...
@@ -70,7 +70,8 @@ class tariff_position(osv.osv):
...
@@ -70,7 +70,8 @@ class tariff_position(osv.osv):
(
'
consumable_product
'
,
'
Consumable Product
'
),
(
'
consumable_product
'
,
'
Consumable Product
'
),
(
'
pharma_supply
'
,
'
Pharmacist Supply
'
),
(
'
pharma_supply
'
,
'
Pharmacist Supply
'
),
(
'
covid_supply
'
,
'
COVID Supply
'
),
(
'
covid_supply
'
,
'
COVID Supply
'
),
(
'
hydrocarbon
'
,
'
Hydrocarbon
'
)
(
'
hydrocarbon
'
,
'
Hydrocarbon
'
),
(
'
sumptuary
'
,
'
Sumptuary
'
)
],
string
=
'
Product Type
'
),
],
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