Giter Club home page Giter Club logo

Comments (22)

ferdiga avatar ferdiga commented on August 10, 2024

On 2015-03-25 15:54, Ivan Yelizariev wrote:

I just want to report, that in July 2014 I made some updates for
chricar_product_gtin module.
https://github.com/yelizariev/pos-addons/commits/8.0/chricar_product_gtin

If somebody is interested in those updates, feel free to use my work.
I am not sure that I have time to make PR myself and work on reviews.


Reply to this email directly or view it on GitHub
#9.

Hello Ivan
Do you agree to integrate your work (or replace the module) in the
c2c-rd-addons git repository ?

currently we have set most v8 modules in the git to not installable,
because these are not actively maintained

Best
Ferdinand

from c2c-rd-addons.

yelizariev avatar yelizariev commented on August 10, 2024

Ferdinand,
yes, I agree to publish my work in this repository. It's better than keep it at my repository, because https://apps.odoo.com doesn't show my version of the module.

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 10, 2024

On 2015-03-25 17:12, Ivan Yelizariev wrote:

Ferdinand,
yes, I agree to publish my work in this repository. It's better than
keep it at my repository, because https://apps.odoo.com doesn't show
my version of the module.


Reply to this email directly or view it on GitHub
#9 (comment).

Please would you mind to add your credentials in openerp.py before I
publish the module

from c2c-rd-addons.

yelizariev avatar yelizariev commented on August 10, 2024

Ok, I'll review code in a few days and update credentials

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 10, 2024

thanks, just a question, why does the module depend on point_of_sale
probably it should be split in gtin module and a second module which automatically is installed when point_of_sale and chricar_product_gtin is installed
what do you think

from c2c-rd-addons.

yelizariev avatar yelizariev commented on August 10, 2024

You are right. Somebody can use gtin with warehouse withount installing POS.
Check PR, I've made changes.

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 10, 2024

On 2015-04-07 13:11, Ivan Yelizariev wrote:

You are right. Somebody can use gtin with warehouse withount
installing POS.
Check PR, I've made changes.


Reply to this email directly or view it on GitHub
#9 (comment).

thanks

from c2c-rd-addons.

jacksolutions avatar jacksolutions commented on August 10, 2024

https://www.odoo.com/apps/modules/8.0/c2c_real_estate/
these modules also have installable= false when do you think it will be ready for odoo v8? i tried to install it but no luck.. do you have any installation path to install it successfully?

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 10, 2024

@jacksolutions
may be in v9 - the client is not prepared to pay for migration every year as migration does not add any functionality and requires unnecessary training and testing. stable software should at least run for 5 years without modification.
v9 seems to bring 2 different UI and requires rewiting of all code - not sure that this will be a commercial success.
the modules are developed for 6.1

from c2c-rd-addons.

jacksolutions avatar jacksolutions commented on August 10, 2024

yes i agree. is there any use case of real estate management? any documentation? screenshot? list of functionalities that is being implemented or supported in that version? any migration path to convert from 6.1 to 8? i am myself a developer if you help me in those , i can code it for v8 and send it back to you?

what do you think regarding v9 for 2 different UI? by 2 different UI there will be a lot of complication for both odoo saas as well as developer like us.. is there any chance of new community from v9 onwards same as openerp created from tryton? cause convert licences and 2 different UI seems to be fishy...

also i have heard that they are developing mobile client in phonegap now? is it true? will it be available for public? source code? cause at the moment using their mobile application for customer is risk of loosing the customer cause they have there branding in there? any other way?

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 10, 2024

it's a statistical tool right now to keep track of tenants, paid rents
, budgeted repairs, see empty tops over multiple sites
real estate top

from c2c-rd-addons.

jacksolutions avatar jacksolutions commented on August 10, 2024

seems to be good so far, not what i actually wanted but the screenshot has given me another idea.. thank you for the screenshot.

now what is the upgrade path for the modules? if you shed some lights i can start working on that line?

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 10, 2024

install or upgrade ?
clone
for installation set installable=true and then
trial and error ;-(
use c2c_real_estate module which tries to install all needed modules

'depends': [

"chricar_top"
,"chricar_tenant"
,"chricar_invoice"
,"chricar_room"
,"chricar_equipment"]

from c2c-rd-addons.

jacksolutions avatar jacksolutions commented on August 10, 2024

okay will do.. thank you camptocamp, you are guys rock!

thanks

from c2c-rd-addons.

jacksolutions avatar jacksolutions commented on August 10, 2024

i am seeing lots of modules under you on apps store on odoo, how many years of efforts is that? do you offer your own SAAS or you forward customers to odoo saas? what kind of products you are selling based on odoo? any business tips :) which i can do here in india in my small town?

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 10, 2024

SAAS is not flexible enough and does not support Austrian requirements. Most modules add functionality required in Austria and improved user experience - especially reverting wrong data entries, budgeting etc. Many basic things we expected to be covered in the openerp/odoo base modules.

from c2c-rd-addons.

jacksolutions avatar jacksolutions commented on August 10, 2024

just commenting out line no 109 in "chricar_top" module "'tax_res' : fields.function(_get_tax_res, method=True, type='dict', string='Tax Result Dict',)," for the c2c_realestate app is installing fine in v8.
but i am not sure where it will affect in overall app..

now where can i get the documentation for overall app? how to use it etc etc? can you please PM me if you have? that would be appreciated.. also i will dig further to fully supported it to v8 if i get actual documentation of the app..

i am not sure at the moment what this module achieve in real estate management industry? can you please explain me in detail?

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 10, 2024

On 2015-07-29 07:51, jacksolutions wrote:

just commenting out line no 109 in "chricar_top" module "'tax_res' :
fields.function(_get_tax_res, method=True, type='dict', string='Tax
Result Dict',)," for the c2c_realestate app is installing fine in v8.
but i am not sure where it will affect in overall app..

now where can i get the documentation for overall app? how to use it
etc etc? can you please PM me if you have? that would be appreciated..
also i will dig further to fully supported it to v8 if i get actual
documentation of the app..

i am not sure at the moment what this module achieve in real estate
management industry? can you please explain me in detail?


Reply to this email directly or view it on GitHub
#9 (comment).

the modules allows to keep an evidence of all tops in different
buildings as well as the history of tenanats. most important is the
ability to define current rents and possible rents to calculate the upside.

the deactivated tax_res allows to enter and print the tax results of the
past years in an excel like report

from c2c-rd-addons.

jacksolutions avatar jacksolutions commented on August 10, 2024

what do you mean by "tops" in realestate though.. ? i am seeing lots of options like blueprints, equipments, etc etc? what are the use of them?

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 10, 2024

On 2015-07-29 08:59, jacksolutions wrote:

what do you mean by "tops" in realestate though.. ? i am seeing lots
of options like blueprints, equipments, etc etc? what are the use of them?


Reply to this email directly or view it on GitHub
#9 (comment).

tops are rental property units
blueprints are plans for each property
you can add equipment which is available - like heaters, washing
mashines etc

from c2c-rd-addons.

jacksolutions avatar jacksolutions commented on August 10, 2024

http://awesomescreenshot.com/0a453u16ed

As i am not sure you have any documentation for how to use this software i think i have to ask many questions to understand how it actually works? :( sorry for that!

from c2c-rd-addons.

ferdiga avatar ferdiga commented on August 10, 2024

On 2015-07-29 09:23, jacksolutions wrote:

http://awesomescreenshot.com/0a453u16ed

As i am not sure you have any documentation for how to use this
software i think i have to ask many questions to understand how it
actually works? :( sorry for that!


Reply to this email directly or view it on GitHub
#9 (comment).

you are right - there is no explicit documentation
the forms are self explaining. at least for our users

regards

from c2c-rd-addons.

Related Issues (19)

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.