mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update app_base_chinese 16
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'name': "App base chinese,中国化基本模块增强",
|
'name': "App base chinese,中国化基本模块增强",
|
||||||
'version': '16.23.02.02',
|
'version': '16.23.02.14',
|
||||||
'author': 'Sunpop.cn',
|
'author': 'Sunpop.cn',
|
||||||
'category': 'Base',
|
'category': 'Base',
|
||||||
'website': 'https://www.sunpop.cn',
|
'website': 'https://www.sunpop.cn',
|
||||||
|
|||||||
@@ -4,10 +4,10 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Odoo Server 16.0-20221228\n"
|
"Project-Id-Version: Odoo Server 16.0+e-20221228\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-02-02 10:28+0000\n"
|
"POT-Creation-Date: 2023-02-14 08:50+0000\n"
|
||||||
"PO-Revision-Date: 2023-02-02 10:28+0000\n"
|
"PO-Revision-Date: 2023-02-14 08:50+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -25,11 +25,6 @@ msgstr "激活"
|
|||||||
msgid "Companies"
|
msgid "Companies"
|
||||||
msgstr "公司"
|
msgstr "公司"
|
||||||
|
|
||||||
#. module: app_base_chinese
|
|
||||||
#: model:ir.model.fields,field_description:app_base_chinese.field_product_category__complete_name
|
|
||||||
msgid "Complete Name"
|
|
||||||
msgstr "完整名称"
|
|
||||||
|
|
||||||
#. module: app_base_chinese
|
#. module: app_base_chinese
|
||||||
#: model:ir.model,name:app_base_chinese.model_res_partner
|
#: model:ir.model,name:app_base_chinese.model_res_partner
|
||||||
msgid "Contact"
|
msgid "Contact"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ from odoo import api, fields, models, _
|
|||||||
|
|
||||||
_logger = logging.getLogger(__name__)
|
_logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class ProductCategory(models.Model):
|
class ProductCategory(models.Model):
|
||||||
_inherit = "product.category"
|
_inherit = "product.category"
|
||||||
|
|
||||||
complete_name = fields.Char(translate=True)
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<h2 class="oe_slogan">App base chinese. Local customize for china user </h2>
|
<h2 class="oe_slogan">App base chinese. Local customize for china user </h2>
|
||||||
<h3 class="oe_slogan">Set all chinese default value. Like Default country, timezone, currency, partner... </h3>
|
<h3 class="oe_slogan">Set all chinese default value. Like Default country, timezone, currency, partner... </h3>
|
||||||
<div class="oe_row">
|
<div class="oe_row">
|
||||||
<h3>Lastest update: v16.23.02.02</h3>
|
<h3>Lastest update: v16.23.02.14</h3>
|
||||||
<div class="oe_span12">
|
<div class="oe_span12">
|
||||||
<img class="oe_demo oe_screenshot" src="banner.jpg">
|
<img class="oe_demo oe_screenshot" src="banner.jpg">
|
||||||
</div>
|
</div>
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="oe_row oe_spaced text-center">
|
<div class="oe_row oe_spaced text-center">
|
||||||
<h1>More Powerful addons, Make your odoo very easy to use, easy customize:
|
<h1>More Powerful addons, Make your odoo very easy to use, easy customize:
|
||||||
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=Sunpop.cn">Supop.cn Odoo Addons</a>
|
<a class="btn btn-primary mb16" href="http://www.odoo.com/apps/modules/browse?author=Sunpop.cn">Sunpop.cn Odoo Addons</a>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user