Commit Graph

7 Commits

Author SHA1 Message Date
Andrea Gidalti
c444427b22 [IMP] account_move_name_sequence: apply guidelines to name view files
Update name of view files to follow guidelines.
2024-04-22 20:02:24 -06:00
Andrea Gidalti
bad252a6ba [IMP] account_move_name_sequence: split too long context definition
Split the context definition in sequence_id and refund_sequence_id
fields into multiple lines to improve readability.
2024-04-22 20:01:59 -06:00
Francisco Javier Luna Vazquez
5291fe8ff8 [REF] account_move_name_sequence: Use Odoo native methods + Typos 2022-05-26 15:31:08 -05:00
Moises Lopez
7b4cb6a85d [FIX] account_move_name_sequence: Fix required journal fields in view
The required flag was wrong for sequence_id and refund_sequence_id

So, it was not possible to store any change in journal for journal different to sale and purchase
2022-05-26 15:31:08 -05:00
Moises Lopez
c23129b0c8 [REF] account_move_name_sequence: Add number_next_actual and date range lines data based on current moves 2022-05-26 15:31:08 -05:00
Alexis de Lattre
bee5d4c8b5 sequence is now required on journals
Add post-install script to create a sequence for all existing journals
Update README accordingly
2022-05-26 15:31:08 -05:00
Alexis de Lattre
89ab5bbae5 Add module account_move_name_sequence
This module restores the good old behavior where journal entry numbers
were generated from a sequence configured on the journal.
2022-05-26 15:31:08 -05:00