Customer Amount Due and Amount Pay Details

by
Odoo
v 16.0 Third Party 822
Download for v 16.0 Deploy on Odoo.sh Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Invoicing (account)
Lines of code 158
Technical Name bi_amount_due_pay
LicenseOPL-1
Websitehttps://www.browseinfo.com
Versions 17.0 13.0 15.0 14.0 16.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Invoicing (account)
Lines of code 158
Technical Name bi_amount_due_pay
LicenseOPL-1
Websitehttps://www.browseinfo.com
Versions 17.0 13.0 15.0 14.0 16.0

Amount Due and Amount Pay Details on Customer Odoo Apps

Customer Amount Due and Customer Amount to Pay Odoo Apps

Amount Due and Amount Pay Details on Customer Odoo App helps users to easily display amount due and amount to pay details on customer's form view, kanban view and tree view. Users can use the amount due as a smart button and it will calculate the figure of all open invoices and debit notes then use the amount to pay as a smart button and it will calculate the figure of all open bills and credit notes.

Features

Display Amount Due Details on Customer

User can see amount due details on customer's kanban view, form view and tree view.

Display Amount To Pay Details on Customer

User can see amount to pay details on customer's kanban view, form view and tree view.

Amount Due and Amount To Pay Details in Customer's Form View

You can see amount due and amount to pay details in customer's form view.

Amount Due and Amount To Pay Details in Customer's Kanban View

You can see amount due and amount to pay details in customer's kanban view.

Amount Due and Amount To Pay Details in Customer's Tree View

You can see amount due and amount to pay details in customer's tree view.

Apps May You Like

Most Demanded Apps

Free Support

You will get 90 Days free support incase any bugs or issue (Except data recovery).

At BrowseInfo we offer end to end solution for Odoo services. Which includes analysis & consultation on the workflows and integration part. Please note that You're not allowed to distribute this module after purchase! Incase of any question regarding this module feel free to email us on ticket@browseinfo.in or raise a ticket on support.

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
by
Benjamin
on 3/27/23, 4:52 PM

I didn't purchase the app. How much is the app?

Re:
by
BrowseInfo
on 3/28/23, 12:15 AM Author

Hello Sir,

Its a free app sir, you need to raise a ticket at ticket@browseinfo.in sir with the error.

Our team will check and guide you further sir.

Regards


This module doesn't install in version 16. Here's the error below. Please help fix this error.
by
Benjamin
on 3/26/23, 11:28 AM

RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
File "/opt/odoo/odoo/odoo/http.py", line 1578, in _serve_db
return service_model.retrying(self._serve_ir_http, self.env)
File "/opt/odoo/odoo/odoo/service/model.py", line 134, in retrying
result = func()
File "/opt/odoo/odoo/odoo/http.py", line 1607, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "/opt/odoo/odoo/odoo/http.py", line 1804, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
File "/opt/odoo/odoo/odoo/addons/base/models/ir_http.py", line 140, in _dispatch
result = endpoint(**request.params)
File "/opt/odoo/odoo/odoo/http.py", line 698, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/opt/odoo/odoo/addons/web/controllers/dataset.py", line 46, in call_button
action = self._call_kw(model, method, args, kwargs)
File "/opt/odoo/odoo/addons/web/controllers/dataset.py", line 33, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/opt/odoo/odoo/odoo/api.py", line 461, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "/opt/odoo/odoo/odoo/api.py", line 448, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "", line 2, in button_immediate_install
File "/opt/odoo/odoo/odoo/addons/base/models/ir_module.py", line 75, in check_and_log
return method(self, *args, **kwargs)
File "/opt/odoo/odoo/odoo/addons/base/models/ir_module.py", line 490, in button_immediate_install
return self._button_immediate_function(type(self).button_install)
File "/opt/odoo/odoo/odoo/addons/base/models/ir_module.py", line 614, in _button_immediate_function
registry = modules.registry.Registry.new(self._cr.dbname, update_module=True)
File "", line 2, in new
File "/opt/odoo/odoo/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/opt/odoo/odoo/odoo/modules/registry.py", line 91, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/opt/odoo/odoo/odoo/modules/loading.py", line 482, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/opt/odoo/odoo/odoo/modules/loading.py", line 371, in load_marked_modules
loaded, processed = load_module_graph(
File "/opt/odoo/odoo/odoo/modules/loading.py", line 230, in load_module_graph
load_data(cr, idref, mode, kind='data', package=package)
File "/opt/odoo/odoo/odoo/modules/loading.py", line 71, in load_data
tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind)
File "/opt/odoo/odoo/odoo/tools/convert.py", line 760, in convert_file
convert_xml_import(cr, module, fp, idref, mode, noupdate)
File "/opt/odoo/odoo/odoo/tools/convert.py", line 826, in convert_xml_import
obj.parse(doc.getroot())
File "/opt/odoo/odoo/odoo/tools/convert.py", line 746, in parse
self._tag_root(de)
File "/opt/odoo/odoo/odoo/tools/convert.py", line 695, in _tag_root
f(rec)
File "/opt/odoo/odoo/odoo/tools/convert.py", line 706, in _tag_root
raise ParseError(msg) from None # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback
odoo.tools.convert.ParseError: while parsing /opt/odoo/odoo-custom-addons/bi_amount_due_pay/views/models_view.xml:33
Error while validating view:

Element '' cannot be located in parent view

View error context:
{'file': '/opt/odoo/odoo-custom-addons/bi_amount_due_pay/views/models_view.xml',
'line': 1,
'name': 'res.partner.kanban.saleorder.inherit',
'view': ir.ui.view(1561,),
'view.model': 'res.partner',
'view.parent': ir.ui.view(125,),
'xmlid': 'res_partner_kanban_view_custom'}



Re: This module doesn't install in version 16. Here's the error below. Please help fix this error.
by
BrowseInfo
on 3/27/23, 1:32 AM Author

Hello Sir,

Please raise a ticket at ticket@browseinfo.in sir with your purchase details of the app.

Our team will check and guide you further sir.

Regards