From 3c9b87be30ef6892ae3cb793b3b88a179459d758 Mon Sep 17 00:00:00 2001 From: Horacio Tellez Date: Fri, 9 Dec 2022 14:56:42 +0000 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. closes odoo/documentation#3179 X-original-commit: 67a75a3e110b52c542a66ce99d754e4087b20cd3 Signed-off-by: Horacio Tellez Perez (hote) --- 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: