mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
[18] upd app_base_chinese
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': 'odoo中国版,中文本土化套件,中国会计基础,Odoo Chinese localization Enhance All in One',
|
'name': 'odoo中国版,中文本土化套件,中国会计基础,Odoo Chinese localization Enhance All in One',
|
||||||
'version': '18.0.25.01.26',
|
'version': '18.0.25.02.20',
|
||||||
'author': 'odooai.cn',
|
'author': 'odooai.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.odooai.cn',
|
'website': 'https://www.odooai.cn',
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ from odoo.exceptions import UserError, ValidationError
|
|||||||
class ResPartner(models.Model):
|
class ResPartner(models.Model):
|
||||||
_inherit = 'res.partner'
|
_inherit = 'res.partner'
|
||||||
|
|
||||||
name = fields.Char(translate=False)
|
# name = fields.Char(translate=False)
|
||||||
short_name = fields.Char('Short Name') # 简称
|
short_name = fields.Char('Short Name') # 简称
|
||||||
fax = fields.Char('Fax') # 简称
|
fax = fields.Char('Fax') # 简称
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<section class="oe_container container">
|
<section class="oe_container container">
|
||||||
<div class="oe_row oe_spaced">
|
<div class="oe_row oe_spaced">
|
||||||
<div class="row">
|
<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="oe_span12 oe_spaced">
|
||||||
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
|
<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>
|
<i class="fa fa-hand-o-right"></i><b> Key features: </b>
|
||||||
|
|||||||
Reference in New Issue
Block a user