Git Product home page Git Product logo

odoo-addons's People

Contributors

554513154 avatar dongshukai avatar elicoidal avatar franksongfeng avatar jijia-hao avatar noahzaozao avatar rona111 avatar seb-elico avatar siyuancn avatar zhouhao12345 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

odoo-addons's Issues

Run "Py3o Demo Report": BadZipfile: File is not a zip file

Traceback (most recent call last):
File "J:\odoo10-x64\myaddons\report_py3o\controllers\main.py", line 84, in report_download
reportname, docids=docids, converter='py3o')
File "J:\odoo10-x64\source\odoo\http.py", line 506, in response_wrap
response = f(*args, **kw)
File "J:\odoo10-x64\myaddons\report_py3o\controllers\main.py", line 52, in report_routes
res, filetype = py3o_report.create_report(docids, data)
File "J:\odoo10-x64\myaddons\report_py3o\models\py3o_report.py", line 363, in create_report
model_instance, data, save_in_attachment))
File "J:\odoo10-x64\myaddons\report_py3o\models\py3o_report.py", line 304, in _get_or_create_single_report
model_instance, data, save_in_attachment)
File "J:\odoo10-x64\myaddons\report_py3o\models\py3o_report.py", line 244, in _create_single_report
template = Template(in_stream, out_stream, escape_false=True)
File "J:\odoo10-x64\runtime\python\lib\site-packages\py3o\template\main.py", line 408, in init
self.infile = zipfile.ZipFile(self.template, 'r')
File "J:\odoo10-x64\runtime\python\lib\zipfile.py", line 793, in init
self._RealGetContents()
File "J:\odoo10-x64\runtime\python\lib\zipfile.py", line 835, in _RealGetContents
raise BadZipfile, "File is not a zip file"
BadZipfile: File is not a zip file

odoo 8 web_list_view_sequence

Try to open a list (Window Action) and find this error:
Uncaught Error: QWeb2 - template['ListView.row']: Runtime Error: TypeError: dict.fct_colorize is not a function

[8.0][BUG] Missing dependency

Module is using relation to tables "mrp_production" and "purchase_order" so you need to have these modules in dependencies because if these modules are not installed, you have an error when you want to print the report

image

error on v8 installation of account_prepayment

Trying to install account_prepayment on two different server, I get the error:

Traceback (most recent call last): File "/opt/odoo/odoo-server/openerp/http.py", line 544, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/odoo-server/openerp/http.py", line 581, in dispatch result = self._call_function(**self.params) File "/opt/odoo/odoo-server/openerp/http.py", line 317, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/odoo-server/openerp/service/model.py", line 118, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/odoo-server/openerp/http.py", line 314, in checked_call return self.endpoint(*a, **kw) File "/opt/odoo/odoo-server/openerp/http.py", line 810, in __call__ return self.method(*args, **kw) File "/opt/odoo/odoo-server/openerp/http.py", line 410, in response_wrap response = f(*args, **kw) File "/opt/odoo/odoo-server/addons/web/controllers/main.py", line 948, in call_button action = self._call_kw(model, method, args, {}) File "/opt/odoo/odoo-server/addons/web/controllers/main.py", line 936, in _call_kw return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs) File "/opt/odoo/odoo-server/openerp/api.py", line 268, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo-server/openerp/addons/base/module/module.py", line 447, in button_immediate_install return self._button_immediate_function(cr, uid, ids, self.button_install, context=context) File "/opt/odoo/odoo-server/openerp/api.py", line 268, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo-server/openerp/addons/base/module/module.py", line 495, in _button_immediate_function registry = openerp.modules.registry.RegistryManager.new(cr.dbname, update_module=True) File "/opt/odoo/odoo-server/openerp/modules/registry.py", line 370, in new openerp.modules.load_modules(registry._db, force_demo, status, update_module) File "/opt/odoo/odoo-server/openerp/modules/loading.py", line 355, in load_modules loaded_modules, update_module) File "/opt/odoo/odoo-server/openerp/modules/loading.py", line 255, in load_marked_modules loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks) File "/opt/odoo/odoo-server/openerp/modules/loading.py", line 176, in load_module_graph _load_data(cr, module_name, idref, mode, kind='data') File "/opt/odoo/odoo-server/openerp/modules/loading.py", line 118, in _load_data tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report) File "/opt/odoo/odoo-server/openerp/tools/convert.py", line 900, in convert_file convert_xml_import(cr, module, fp, idref, mode, noupdate, report) File "/opt/odoo/odoo-server/openerp/tools/convert.py", line 977, in convert_xml_import relaxng.assert_(doc) File "lxml.etree.pyx", line 3313, in lxml.etree._Validator.assert_ (src/lxml/lxml.etree.c:159862) AssertionError: Did not expect element record there, line 4

Migration from v8 to v10EE

TODO

Please check the following link before proceeding to the migration: https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-10.0

Modules to migrate

When you pick a module, input your github id and the PR number after the name of the module:

  • account_invoice_kanban (OCA/account-invoicing) #309
  • auth_ldap_self_signed #176
  • ldap_password #177
  • project_completion_report [hold - wait for v8 refactoring] #181
  • project_partner_name #180
  • project_project_category #187
  • project_task_category (OCA/project) #313
  • timesheet_activity_report #191
  • hr_timesheet_auto_creation #182
  • project_issue_sheet_issue_detail #184
  • project_timesheet_task_id #183

Missing column in table header

module: web_list_view_sequence
version: {8.0}

Steps to reproduce
Use any Form-View and Switch to Edit-mode.
Open 'Search More...'-Dialog from an Man2one field.
Now you see the missing column in the table header.

Current behavior
All data columns are shifted to right to there table heads.

Expected behavior
Table heads and data in same column.
error_web_list_view_sequence

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.