From 34174deefb112bbc2758690050bc99cd246f661c Mon Sep 17 00:00:00 2001 From: Horacio Tellez Date: Fri, 9 Dec 2022 15:50:05 +0100 Subject: [PATCH] [FIX] rdtraining: remove outdated line about `journal_id` in chapter 14 In chapter 14 there was a line pointing to how to deduce a default journal for an `account.move` record. This is no longer needed as the journal is automatically deduced using the `move_type`. Also, the link point to an outdated line of code that causes an error. --- content/developer/howtos/rdtraining/14_other_module.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/developer/howtos/rdtraining/14_other_module.rst b/content/developer/howtos/rdtraining/14_other_module.rst index f9da14b2b..2ffa672cb 100644 --- a/content/developer/howtos/rdtraining/14_other_module.rst +++ b/content/developer/howtos/rdtraining/14_other_module.rst @@ -111,8 +111,6 @@ This is enough to create an empty invoice. - the ``partner_id`` is taken from the current ``estate.property`` - the ``move_type`` should correspond to a 'Customer Invoice' - - the ``journal_id`` must be a ``sale`` journal (when in doubt, have a look - `here `__) Tips: