-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
[IMP]add moudule l10n_cn_account_voucher for v9. #8
base: 9.0
Are you sure you want to change the base?
[IMP]add moudule l10n_cn_account_voucher for v9. #8
Conversation
cc @elicoidal |
* Jeff/开阖软件 <[email protected]> | ||
* Matt.Cai <[email protected]> | ||
* hdjmd <[email protected]> | ||
* Luke Zheng <[email protected]> |
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.
remove capitals from email address
LGTM |
@duanyp1991 @pedrobaeza could we move forward with this PR? |
return False | ||
|
||
def _get_exchange_rate(self, line): | ||
''' |
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.
Use double quotas for docstrings
ci is failing? |
"installable": True, | ||
"depends": [ | ||
"account", | ||
"l10n_cn_sequence_voucher", |
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.
Hi, Try to review this pr, but can't find related depends 'l10n_cn_sequence_voucher', where can i download it?
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.
True! @Rona111 can you add the dependency
@cysnake4713 Thanks for the review
cc @elicoidal @cysnake4713 I add the related depends of this module. |
if not move.chinese_sequence_number: | ||
sequence_id = self.env.ref( | ||
'l10n_cn_sequence_voucher\ | ||
.sequence_journal_seq_transfer')[0] |
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.
looks weird
No description provided.