This website requires JavaScript.
Explore
Help
Register
Sign In
audrius
/
account-financial-tools
Watch
1
Star
0
Fork
0
You've already forked account-financial-tools
mirror of
https://github.com/OCA/account-financial-tools.git
synced
2025-02-02 12:47:26 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0dc3b1e965d3536de002b6acad771d40702d45b7
account-financial-tools
/
account_move_name_sequence
/
models
History
Rodrigo
18f890187a
[FIX] account_move_name_sequence: With the "account_move_name_sequence" module the "_get_last_sequence" method does not have to propagate the with_prefix parameter. The sequence_prefix parameter will not be completed and will give error as it is False in this line of code.
https://github.com/OCA/OCB/blob/16.0/addons/account/models/sequence_mixin.py#L169
2023-01-20 12:11:00 +01:00
..
__init__.py
[FIX] ir_sequence: Fix creating date_range_seq with range_month and range_day
2022-11-22 14:36:51 +01:00
account_journal.py
[FIX] account_move_name_sequence: issue
#1465
vals get refund_sequence true if value not get in vals
2022-12-08 11:36:11 +01:00
account_move.py
[FIX] account_move_name_sequence: With the "account_move_name_sequence" module the "_get_last_sequence" method does not have to propagate the with_prefix parameter. The sequence_prefix parameter will not be completed and will give error as it is False in this line of code.
https://github.com/OCA/OCB/blob/16.0/addons/account/models/sequence_mixin.py#L169
2023-01-20 12:11:00 +01:00
ir_sequence.py
[REF] account_move_name_sequence: Use Odoo native methods + Typos
2022-11-22 14:36:51 +01:00