Revert "[PATCH] Upstream patch - 25122021"

This commit is contained in:
Parthiv Patel
2021-12-25 09:59:09 +00:00
parent 44ba6871a2
commit 4ac89b776b
1601 changed files with 5190 additions and 7204 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
from . import controllers
from . import models
+3 -3
View File
@@ -1,10 +1,10 @@
{
'name': 'Base import',
'description': """
New extensible file import for Odoo
New extensible file import for Flectra
======================================
Re-implement Odoo's file import system:
Re-implement Flectra's file import system:
* Server side, the previous system forces most of the logic into the
client which duplicates the effort (between clients), makes the
@@ -18,7 +18,7 @@ Re-implement Odoo's file import system:
files) which may be simpler to handle in their work flow or from
their data production sources.
* In a module, so that administrators and users of Odoo who do not
* In a module, so that administrators and users of Flectra who do not
need or want an online import can avoid it being available to users.
""",
'depends': ['web'],
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
from . import main
+1 -1
View File
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
from . import base_import
from . import test_models
@@ -114,7 +114,7 @@
<i class="fa fa-download"/> <span><t t-esc="template.label"/></span>
</a>
</div>
<a href="https://www.flectra.com/documentation/14.0/applications/general/base_import/import_faq.html" target="new">Import FAQ</a>
<a href="https://doc.flectrahq.com/2.0/applications/general/base_import/import_faq.html" target="new">Import FAQ</a>
</div>
</div>
</form>
+1 -1
View File
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
from . import test_base_import
from . import test_csv_magic