Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Contacts (contacts)
• Invoicing (account) • Sales (sale_management) • Discuss (mail) |
Lines of code | 109 |
Technical Name |
py_payment_dates |
License | LGPL-3 |
Website | https://github.com/pythoniclad/ |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Contacts (contacts)
• Invoicing (account) • Sales (sale_management) • Discuss (mail) |
Lines of code | 109 |
Technical Name |
py_payment_dates |
License | LGPL-3 |
Website | https://github.com/pythoniclad/ |
Developer Contact
For customization, integration, implementation, or other inquiries, email me at: 📧 sam.odooapps@gmail.com
---
Enhancements on Partners, Invoices, and Sales Orders
This module extends several core models in Odoo to add useful fields and computations:
- Res Partner: Adds a boolean field credit_card_on_file to indicate if the customer has a credit card on file.
- Account Move (Invoices): - Adds a related boolean field credit_card_on_file from the partner. - Adds a related and stored field ti_states to display the partner's state. - Computes ti_payment_date, a concatenated string of payment dates parsed from the invoice payment widget for paid or partially paid invoices.
- Sale Order: Adds a boolean field in_queue to mark orders that are currently queued.
---
Usage
- On customer records, use Credit Card On File to track stored payment info.
- On invoices, view Credit Card On File, State, and Payment Date fields for enhanced payment tracking.
- On sales orders, use the In Queue flag to mark queued orders.
---
Installation
- Follow the official Odoo installation guide: https://www.odoo.com/documentation/17.0/setup/install.html
- Place the module in your custom addons directory.
- Update the apps list and install the module from the Apps menu.
---
Bug Tracker
Bugs and feature requests are tracked on the GitHub repository: https://github.com/pythoniclad/odoo-apps/issues
Please check existing issues before reporting new ones.
---
Maintainer
Maintained by pythoniclad. Feel free to reach out at the given email, open issues, or contribute via GitHub.
---
License
This module is licensed under the GNU Lesser General Public License v3 (LGPL-3). For details, see: https://www.gnu.org/licenses/lgpl-3.0-standalone.html
---
Contributing
Contributions and feedback are welcome! Please submit pull requests or open issues on GitHub.
---
Further Information
For more details, please refer to the documentation included in the module or the GitHub repository.
Please log in to comment on this module