Skip to content

Commit

Permalink
account_import_helper: improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via committed Mar 29, 2024
1 parent 1c2912f commit 64f7d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions account_import_helper/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Then, in the future production database, after the installation of the official

.. code::
UPDATE account_journal set default_account_id=null, suspense_account_id=null;
UPDATE account_journal set default_account_id=null, suspense_account_id=null WHERE company_id=X;
DELETE from pos_payment_method;
UPDATE from pos_payment_method SET outstanding_account_id=null, receivable_account_id=null WHERE company_id=X;
UPDATE ir_property SET value_reference=null WHERE value_reference like 'account.account,%';
UPDATE ir_property SET value_reference=null WHERE value_reference like 'account.account,%' WHERE company_id=X;
* Delete all accounts:

Expand Down

0 comments on commit 64f7d50

Please sign in to comment.