update demo

This commit is contained in:
Ivan Office
2025-02-22 02:41:35 +08:00
5 changed files with 12 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ from odoo.exceptions import UserError, ValidationError
class ResPartner(models.Model):
_inherit = 'res.partner'
name = fields.Char(translate=False)
# name = fields.Char(translate=False)
short_name = fields.Char('Short Name') # 简称
fax = fields.Char('Fax') # 简称

View File

@@ -17,7 +17,7 @@
<section class="oe_container container">
<div class="oe_row oe_spaced">
<div class="row">
<h3>Latest update: v18.0.25.01.17</h3>
<h3>Latest update: v18.0.25.02.20</h3>
<div class="oe_span12 oe_spaced">
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
<i class="fa fa-hand-o-right"></i><b> Key features: </b>
@@ -188,4 +188,4 @@
</div>
</section>
<!-- end support-->
</html>
</html>