-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New payment slip for v8 #65
Conversation
draw.text((x, y), ref, font=font, fill=self._fill_color) | ||
|
||
@api.model | ||
def _draw_amont(self, draw, font, amount, initial_position, company): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/_draw_amont/_draw_amount/
c10708c
to
87e17d8
Compare
raise | ||
finally: | ||
buff.close() | ||
for stream in streams: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed and fixed
207e150
to
ec8d09c
Compare
The module |
Thanks 👍 |
@@ -227,7 +221,7 @@ def _check_postal_num(self): | |||
'(01-23456-1 or 12345)') | |||
) | |||
|
|||
@api.constrains('acc_number', 'bank') | |||
@api.constrains('acc_number', 'bank.ccp') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
openerp.models: @constrains('acc_number', 'bank.ccp') parameters must be field names
AFAIK @api.constrains()
does not support dotted notation, only fields of the current model.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guewen right you are, we have to add a constrains on res.bank
needs a rebase |
|
||
after_success: | ||
coveralls | ||
coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no newline at end of file
4cada37
to
af465eb
Compare
* Pass the id of the credit line to add in the total in the context * Extends the depends of the computed field otherwise the first value computed without the fees is kept in cache
…nto new_payment_slip Conflicts: l10n_ch_base_bank/invoice.py
d203f2e
to
1f0da7b
Compare
Rebased on top of 8.0. |
When we import V11 files, the bvr numbers are not formatted, we find them using the unformatted number
@nbessi could you please rebase on 8.0 to include last fixes released on _l10n_ch_dta_? Thank you in advance. |
@TaraFu I will prefer to have a merge and treat new problem as seprated issues. |
Hello @nbessi , I'm testing |
@eLBati no I do not encounterd this problem maybe you have a PIL dependency missing or an other report engine that may conflict. |
New payment slip for v8
[FIX] Scenario to correct SALARY [BIZ-1225]
BIZ-1322: Fix: Cancel old productions, picking and moves
No description provided.