Merge PR #388 into 14.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2024-05-14 12:29:52 +00:00
4 changed files with 11 additions and 1 deletions

View File

@@ -164,6 +164,9 @@ Contributors
* Chafique Delli <chafique.delli@akretion.com> * Chafique Delli <chafique.delli@akretion.com>
* Giovanni Serra - Ooops <giovanni@ooops404.com> * Giovanni Serra - Ooops <giovanni@ooops404.com>
* `Nuobit <https://www.nuobit.com>`_:
* Frank Cespedes <fcespedes@nuobit.com>
Maintainers Maintainers
~~~~~~~~~~~ ~~~~~~~~~~~

View File

@@ -1029,6 +1029,7 @@ class Rma(models.Model):
""" """
self.ensure_one() self.ensure_one()
invoice_form.partner_id = self.partner_invoice_id invoice_form.partner_id = self.partner_invoice_id
invoice_form.invoice_date = fields.Date.context_today(self)
# Avoid set partner default value # Avoid set partner default value
invoice_form.invoice_payment_term_id = self.env["account.payment.term"] invoice_form.invoice_payment_term_id = self.env["account.payment.term"]

View File

@@ -6,3 +6,6 @@
* Chafique Delli <chafique.delli@akretion.com> * Chafique Delli <chafique.delli@akretion.com>
* Giovanni Serra - Ooops <giovanni@ooops404.com> * Giovanni Serra - Ooops <giovanni@ooops404.com>
* `Nuobit <https://www.nuobit.com>`_:
* Frank Cespedes <fcespedes@nuobit.com>

View File

@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> <head>
@@ -518,6 +517,10 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
</li> </li>
<li>Chafique Delli &lt;<a class="reference external" href="mailto:chafique.delli&#64;akretion.com">chafique.delli&#64;akretion.com</a>&gt;</li> <li>Chafique Delli &lt;<a class="reference external" href="mailto:chafique.delli&#64;akretion.com">chafique.delli&#64;akretion.com</a>&gt;</li>
<li>Giovanni Serra - Ooops &lt;<a class="reference external" href="mailto:giovanni&#64;ooops404.com">giovanni&#64;ooops404.com</a>&gt;</li> <li>Giovanni Serra - Ooops &lt;<a class="reference external" href="mailto:giovanni&#64;ooops404.com">giovanni&#64;ooops404.com</a>&gt;</li>
<li><a class="reference external" href="https://www.nuobit.com">Nuobit</a>:<ul>
<li>Frank Cespedes &lt;<a class="reference external" href="mailto:fcespedes&#64;nuobit.com">fcespedes&#64;nuobit.com</a>&gt;</li>
</ul>
</li>
</ul> </ul>
</div> </div>
<div class="section" id="maintainers"> <div class="section" id="maintainers">