Merge lp://staging/~0k.io/account-payment/7.0-account_payment_received_state into lp://staging/~account-payment-team/account-payment/7.0

Proposed by Nicolas JEUDY
Status: Needs review
Proposed branch: lp://staging/~0k.io/account-payment/7.0-account_payment_received_state
Merge into: lp://staging/~account-payment-team/account-payment/7.0
Diff against target: 254 lines (+218/-0)
7 files modified
account_payment_received_state/__init__.py (+1/-0)
account_payment_received_state/__openerp__.py (+45/-0)
account_payment_received_state/account_invoice.py (+50/-0)
account_payment_received_state/i18n/fr.po (+39/-0)
account_payment_received_state/ir_ui_view_record.xml (+49/-0)
account_payment_received_state/workflow_activity_record.xml (+17/-0)
account_payment_received_state/workflow_transition_record.xml (+17/-0)
To merge this branch: bzr merge lp://staging/~0k.io/account-payment/7.0-account_payment_received_state
Reviewer Review Type Date Requested Status
Omar (Pexego) code review Needs Fixing
Luis Felipe Miléo - http://www.kmee.com.br Pending
Review via email: mp+206766@code.staging.launchpad.net

Description of the change

Add a new state on account.invoice for manual tracking of payment receipt:

This is for small companies, that are paid with check or cash and manage manualy the account payment followup.:

- They receive the check by post for example
- then they mark invoice as 'payment received' (with the new button associated with new workflow activity)
- And when they have posted and seen that amount is on the bank account they use the existing pay button on the invoice.

I need this because when you use the pay button on invoice, voucher and account.move are written, but I don't want that if I only receive the payment.

In the near futur, I will add compatibility with upcoming trunk account_deposit branch to have a complete workflow.

Sorry for wrong branch on the first merge proposal :)

To post a comment you must log in.
Revision history for this message
Omar (Pexego) (omar7r) wrote :

AGPL please

review: Needs Fixing (code review)
Revision history for this message
Pedro Manuel Baeza (pedro.baeza) wrote :

This project is now hosted on https://github.com/OCA/account-payment. Please move your proposal there. This guide may help you https://github.com/OCA/maintainers-tools/wiki/How-to-move-a-Merge-Proposal-to-GitHub

Unmerged revisions

110. By Nicolas JEUDY

new: add new module account_payment_received_state to manually track when company received a payment like check or cash, but did'nt post it to the bank (so account.invoice should not be in paid state)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches