Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
odoo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
odoo
Commits
2397c59d
Commit
2397c59d
authored
3 years ago
by
Etienne Freiss
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_cooperatic' into 2251-shift-screen-associate
parents
a162f0a9
5c4fef90
dev_principale
…
2251-shift-screen-associate
3408-archived-products-removed
3882-explication-pour-suppression-presence
5873-prevent-special-status-to-be-lost-when-adding-capital-shares
6833--nouveaux-sans-statut
ajout_module_exports_pour_capital_membres
branch_prod_anticipee_Cagette
correctifs_lacagette_membership
curtlery_pos_meal_voucher
dev_cooperatic
graoucoop_backup
graoucoop_prod
lacagette_prod
nouvelle_implentation_mails_rappel
pour_mep
revert-c649eae1
supercafoutch-prod-20220811
supercafoutch_prod
ticket_6464
test
supercafoutch_20240609_115709
supercafoutch_20240212_082431
supercafoutch_20240107_181851
supercafoutch_prod_until_240107
supercafoutch-prod-20220811
supercafoutch-230915
supercafoutch-230823
2 merge requests
!38
Intégration développement Coopératic pour La Cagette
,
!32
2251 shift screen associate
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
pos_order.py
lacagette_addons/pos_meal_voucher/models/pos_order.py
+2
-3
No files found.
lacagette_addons/pos_meal_voucher/models/pos_order.py
View file @
2397c59d
...
...
@@ -70,7 +70,7 @@ class PosOrder(models.Model):
raise
UserError
(
_
(
'You have to open at least one cashbox.'
))
statement_note
=
''
if
data
[
'statement_note'
]
!=
''
:
if
'statement_note'
in
data
:
statement_note
=
data
[
'statement_note'
]
args
.
update
({
'statement_id'
:
statement_id
,
...
...
@@ -82,4 +82,4 @@ class PosOrder(models.Model):
statement_line_obj
.
create
(
cr
,
uid
,
args
,
context
=
context
)
return
statement_id
\ No newline at end of file
return
statement_id
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment