Skip to content

Commit

Permalink
[MIG] account_consolidation:
Browse files Browse the repository at this point in the history
- Updated the Accounting > Adviser to Accounting > Accounting
- Updated the flag for generated journal entries to 'auto_post'
  • Loading branch information
kaynnan authored and Kaynnan committed Oct 4, 2023
1 parent 02663b7 commit f4d7adc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions account_consolidation/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
To consolidate subsidiaries in your consolidation company, you should use
'Consolidation : consolidate' wizard in Accounting > Adviser.
'Consolidation : consolidate' wizard in Accounting > Accounting.

You have to select the month until which every account move will be processed,
and select if you want to consolidate all the moves or only posted ones.

This will generate a journal entry in YTD (Year-To-Date) mode on your
consolidation company for each subsidiary. Those entries are flagged as
'auto_reverse', so they will actually be reversed when you run the
'auto_post', so they will actually be reversed when you run the
consolidation the next time.

The generated journal entries are unposted, allowing you to modify or delete it to
Expand Down
2 changes: 1 addition & 1 deletion account_consolidation/wizard/consolidation_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AccountConsolidationBase(models.AbstractModel):

@api.model
def _default_company(self):
return self.env.user.company_id
return self.env.company

@api.model
def _get_consolidation_profiles(self):
Expand Down

0 comments on commit f4d7adc

Please sign in to comment.